object ExcludeDlg: TExcludeDlg Left = 483 Top = 116 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Exclure de la session' ClientHeight = 160 ClientWidth = 283 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 72 Width = 257 Height = 9 Shape = bsTopLine end object FileTypeOnly: TBCRadioButton Left = 16 Top = 40 Width = 31 Height = 17 HelpContext = 6001 Caption = '%' TabOrder = 1 end object Filenames: TBCRadioButton Left = 16 Top = 16 Width = 117 Height = 17 HelpContext = 6002 Caption = 'Fichier(s) s'#233'lectionn'#233'(s)' Checked = True TabOrder = 0 TabStop = True end object ExcludeRelative: TBCCheckBox Left = 16 Top = 88 Width = 104 Height = 17 HelpContext = 6003 Caption = 'Uniquement dans ce dossier' TabOrder = 2 end object OKBtn: TButton Left = 120 Top = 112 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = OKBtnClick end object CancelBtn: TButton Left = 200 Top = 112 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 4 end object DontShowEdit: TBCCheckBox Left = 16 Top = 140 Width = 184 Height = 17 HelpContext = 6004 Caption = 'Ne plus demander pendant la session' TabOrder = 5 end end